home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / bootlog.arc / BOOTLOG.DOC next >
Text File  |  1990-08-05  |  4KB  |  124 lines

  1.  
  2.  
  3.  
  4.  
  5.                                        
  6.                                 ┌─────────────┐                           
  7.                                 │ BOOTLOG.EXE │
  8.                                 └─────────────┘
  9.                             
  10.                            Track System Boot Utility           
  11.                                    Tom Kellen
  12.                           ßETATech Computer Consulting
  13.     
  14.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15.     
  16.     
  17.     PURPOSE:  This little utility's total purpose in life is to write a line 
  18.               with the current date and time to a text file.
  19.     
  20.     
  21.     
  22.     INTRODUCTION:
  23.     
  24.     So what in the world would anyone need this utility for?  I'm glad you 
  25.     asked.  I wrote this utility to be run from the AUTOEXEC.BAT on my BBS 
  26.     so that I would know when the BBS rebooted from power failures or any 
  27.     other mysterious reasons.  It can also be very handy to track how often 
  28.     your machine is rebooted, or perhaps when someone else at work fires up 
  29.     your PC.  The possibilities are endless!
  30.     
  31.     
  32.     
  33.     INSTALLATION:
  34.     
  35.     Place BOOTLOG.EXE in a subdirectory that is somewhere on the path.  That 
  36.     is all there is to it.
  37.     
  38.     
  39.     
  40.     OPERATION:
  41.     
  42.     As I said, my original intention was to keep track of the times my BBS 
  43.     rebooted and have it logged to the CALLERS.LOG.  BOOTLOG.EXE will take 
  44.     one command line parameter, and that is the file you want it to write 
  45.     it's line of text to.  For example, the last line in the AUTOEXEC.BAT  
  46.     for my BBS machine is:
  47.     
  48.     BOOTLOG.EXE C:\SF\WORK\CALLERS.LOG
  49.     
  50.     Every time BOOTLOG is run it puts a line like the following into my 
  51.     CALLERS.LOG.
  52.     
  53.     <*> System Boot at  9:29:08 p.m. on Sunday August 5, 1990 <*>
  54.     
  55.     If you do not give BOOTLOG a file specification on the command line it 
  56.     will write the line to C:\BOOT.LOG.  Each time BOOTLOG is run it appends 
  57.     this line of text to the file.
  58.     
  59.     
  60.  
  61.  
  62.                                     1
  63.  
  64.  
  65.     EPILOGUE:
  66.     
  67.     This is a Free Utility.  I retain the copyright, but you may use it to 
  68.     your heart's content.  If you find this utility of use, you can drop me 
  69.     a note on my BBS letting me know that you find it of value too.  Of 
  70.     course if you felt like sending .50 or a dollar, that certainly would 
  71.     not be turned down.
  72.     
  73.     
  74.     AUTHOR CONTACT:
  75.     
  76.     Problems, solutions, kudos and ideas are welcomed.  I can be reached at:
  77.     
  78.     The Paradigm BBS                   ßETATech Computer Consulting
  79.     (404) 671-1581                     P. O. Box 566742
  80.     1200-19,200 Baud 24 Hrs/Day        Atlanta, GA  30356
  81.     
  82.     
  83.     
  84.     DISCLAIMER:
  85.     
  86.     Use of this program acknowledges this disclaimer of warranty: "This 
  87.     program is supplied as is.  ßETATech Computer Consulting disclaims all 
  88.     warranties, express or implied, including, without limitation, the 
  89.     warranties of merchantability and of fitness of this program for any 
  90.     purpose.  ßETATech Computer Consulting assumes no liability for damages 
  91.     direct or consequential, which may result from the use of this program."
  92.     
  93.     
  94.     
  95.     
  96.     
  97.     
  98.     ACKNOWLEDGMENTS:
  99.     
  100.     Thanks to John Newlin for being an inspirational programmer and provid-
  101.     ing excellent shareware to the computing public, and to Sammy Mitchell 
  102.     for his superb QEdit text editor, how can anyone do without it?  Thanks 
  103.     to Mike Woltz for his superb Spitfire BBS software and for providing 
  104.     sample Turbo Pascal source code for us novice programmers and for Buffa-
  105.     lo Creek's excellent BCSLOCK Turbo Pascal Unit used for all file locking 
  106.     and sharing routines in this program.
  107.     
  108.     
  109.     
  110.     REVISION HISTORY:
  111.     
  112.     05-AUG-1990    1.0       Initial Release.
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                     2
  123.  
  124.